home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / arcers / arcx100.zip / ARCX.CFG next >
Text File  |  1994-05-14  |  10KB  |  296 lines

  1. %
  2. %  ArchiverX 1.00 - Configuration file
  3. %
  4. %  (c)1994 Tsuneo Tanaka. All rights reserved.
  5. %
  6.  
  7.  
  8. System Section
  9.  
  10.  
  11.         RegistrationName        Joe Sysop
  12. %       RegistrationKey         <Your Registration-Key>
  13.  
  14. %       If you want to use English.Lng instead of default language file
  15. %       ArcX.Lng, uncomment this line.
  16.  
  17. %       LanguageFile    English.Lng
  18.  
  19. %       LanguageFile    Japanese.Lng
  20. %       LanguageFile    Color.Lng
  21. %       LanguageFile    Glare.Lng
  22. %       LanguageFile    Laptop.Lng
  23.  
  24.  
  25. %       If SwapToDir is commented out, current directory will be used.
  26.  
  27.         SwapToDir       D:\DELETE;.
  28.  
  29.  
  30. %       If you have any problem other than the FPU detection routine, try
  31. %       disabling this and see how it works.
  32.  
  33.         SwapToEms
  34.  
  35.  
  36. %       NEC PC-9800 users should comment this out.
  37.  
  38.         SwapToXms
  39.  
  40.  
  41. %       For IBM PC only.  This option must not be enabled on NEC PC-9800.
  42.  
  43. %       SwapToInt15
  44.  
  45.  
  46. %       Directories to be saved at executing external utilities.
  47.  
  48.         SaveDirectories    CDEFGHIJKLMNOPQRSTUVWXYZ
  49.  
  50.  
  51. %       Command line to excute alternate test program like a virus scanner.
  52. %       Optional.
  53.  
  54.         AlternateTesterCommand  SCAN.EXE /NOMEM /NOPAUSE /SUB *.*
  55.  
  56.  
  57. %       Temporary directory used to store and test extracted files.  If
  58. %       AlternateTesterCommand is defined, this must be defined.
  59.  
  60.         AlternateTesterTemporaryDirectory  D:\ARCXTEMP
  61.  
  62.  
  63. %       Where to record information about its operations.
  64. %       Not to record, comment this line out.
  65.  
  66.         LogFile  ARCX.LOG
  67.  
  68.  
  69. %       How verbose to make the log file.  From 0 to 5.
  70.  
  71.         LogLevel 5
  72.  
  73.  
  74. End System Section
  75.  
  76.  
  77. %
  78. %       1. Place default (primary) archiver first.
  79. %
  80. %       2. Place archivers which don't put information enough to recognize
  81. %          on their archives as early as possible. (e.g. SEA ARC/ARC2, PKWARE
  82. %          PKPAK)
  83. %
  84.  
  85. Archiver Phil Katz's PKZIP2 and compatibles
  86.  
  87.         Extension       ZIP
  88.  
  89.  
  90. %       Must be defined.
  91.  
  92.         Ident           0,504b0304                      ; "PK^c^d"
  93.  
  94.  
  95. %       Prefix to pass a list file to this archiver.  In this case, %l will be
  96. %       replaced with "@FILES.LST"
  97.  
  98. ;DOS     ListPrefix      @
  99.  
  100. %       
  101.  
  102. DOS     Add                PKZIP -aex %a %f %l
  103. DOS     Add_WithPaths      PKZIP -aP %a %f %l
  104. DOS     Add_RecurseDirs    PKZIP -aPr %a %f %l
  105. DOS     Move               PKZIP -amex %a %f %l
  106. DOS     Move_WithPaths     PKZIP -amexr %a %f %l
  107. DOS     Extract            PKUNZIP %a %f %l
  108. DOS     Extract_WithPaths  PKUNZIP -d %a %f %l
  109. DOS     View               PKUNZIP -v -q %a %f %l
  110. DOS     Delete             PKZIP -d %a %f %l
  111. DOS     AddComment         PKZIP -z %a <%f
  112. DOS     Freshen            PKZIP -fex %a %f %l
  113. DOS     Update             PKZIP -uex %a %f %l
  114. DOS     Update_WithPaths   PKZIP -uPex %a %f %l
  115. DOS     Update_RecurseDirs PKZIP -uPex %a %f %l
  116. DOS     Test               PKUNZIP -t %a
  117.  
  118.  
  119. %       %l will be replaced with "-@<FILES.LST"
  120.  
  121. OS2     ListPrefix      -@<
  122.  
  123. OS2     Add                ZIP -9jk %a %f %l
  124. OS2     Add_WithPaths      ZIP -9k %a %f %l
  125. OS2     Add_RecurseDirs    ZIP -9kr %a %f %l
  126. OS2     Move               ZIP -9jkm %a %f %l
  127. OS2     Move_WithPaths     ZIP -9km %a %f %l
  128. OS2     Move_RecurseDirs   ZIP -9kmr %a %f %l
  129. OS2     Extract            UNZIP -joU %a %f %l
  130. OS2     Extract_WithPaths  UNZIP -oU %a %f %l
  131. OS2     View               UNZIP -vU %a %f %l
  132. OS2     Delete             ZIP -d %a %f %l
  133. OS2     AddComment         ZIP -z %a <%f
  134. OS2     Freshen            ZIP -9fjk %a %f %l
  135. OS2     Update             ZIP -9ujk %a %f %l
  136. OS2     Update_WithPaths   ZIP -9uk %a %f %l
  137. OS2     Update_RecurseDirs ZIP -9ukr %a %f %l
  138. OS2     Test               UNZIP -t %a
  139.  
  140.  
  141. %       Not implemented yet.
  142.  
  143.         Efficiency      60 ; percent (Compressed/Uncompressed)
  144.  
  145. End Archiver
  146.  
  147. Archiver Haruyasu Yoshizaki's LHARC/LHA/LH2 and compatibles
  148.         Extension       LZH
  149.         Ident           2,2d6c68                        ; "-lh"
  150. DOS     Add                LHA a /i %a %f
  151. DOS     Add_WithPaths      LHA a /i /x %a %f
  152. DOS     Add_RecurseDirs    LHA a /i /r /x %a %f
  153. DOS     Move               LHA m /i %a %f
  154. DOS     Move_WithPaths     LHA m /i /x %a %f
  155. DOS     Move_RecurseDirs   LHA m /i /r /x %a %f
  156. DOS     Extract            LHA e %a %f
  157. DOS     Extract_WithPaths  LHA e /r /x %a %f
  158. DOS     View               LHA l %a %f
  159. DOS     Delete             LHA d %a %f
  160. DOS     Freshen            LHA f %a %f
  161. DOS     Update             LHA u /i %a %f
  162. DOS     Update_WithPaths   LHA u /i /x %a %f
  163. DOS     Update_RecurseDirs LHA u /i /r /x %a %f
  164. DOS     Test               LHA t %a
  165. OS2     Add                LH a %a %f /c /o
  166. OS2     Extract            LH x %a %f /o
  167. OS2     View               LH v %a /o
  168. OS2     Test               LH t %a
  169. End Archiver
  170.  
  171. Archiver Robert Jung's ARJ
  172.         Extension          ARJ
  173.         Ident              0,60ea
  174.         ListPrefix         !
  175. DOS     Add                ARJ a -e -jm %a %f %l
  176. DOS     Add_WithPaths      ARJ a -jm %a %f %l
  177. DOS     Add_RecurseDirs    ARJ a -jm -r %a %f %l
  178. DOS     Move               ARJ m -e -jm %a %f %l
  179. DOS     Move_WithPaths     ARJ m -jm %a %f %l
  180. DOS     Move_RecurseDirs   ARJ m -jm -r %a %f %l
  181. DOS     Extract            ARJ e -e %a %f %l
  182. DOS     Extract_WithPaths  ARJ e %a %f %l
  183. DOS     View               ARJ l %a %f %l
  184. DOS     Delete             ARJ d %a %f %l
  185. DOS     AddComment         ARJ c -s1 %a -z%f
  186. DOS     Freshen            ARJ f -jm %a %f %l
  187. DOS     Update             ARJ u -e -jm %a %f %l
  188. DOS     Update_WithPaths   ARJ u -jm %a %f %l
  189. DOS     Update_RecurseDirs ARJ u -jm -r %a %f %l
  190. DOS     Test               ARJ t %a
  191. OS2     Add                CMD /CARJ a -e -jm %a %f
  192. OS2     Extract            CMD /CARJ e %a %f
  193. OS2     View               GNUNARJ l %a
  194. End Archiver
  195.  
  196. Archiver Rahul Dhesi's ZOO 2.10
  197.         Extension         ZOO
  198.         Ident             0,5a4f4f                        ; "ZOO"
  199.         Add               ZOO ah: %a %f
  200.         Add_WithPaths     ZOO ahPP  %a %f
  201.         Extract           ZOO e: %a %f
  202.         Extract_WithPaths ZOO e %a %f
  203.         View              ZOO vC %a
  204.         Freshen           ZOO auhPP %a %f
  205.         Update            ZOO anhPP: %a %f
  206.         Update_WithPaths  ZOO anhPP %a %f
  207.         Test              ZOO -test %a
  208. End Archiver
  209.  
  210. Archiver System Enhancement Associates' ARC/ARC2
  211.         Extension         ARC
  212.         Ident             0,1a
  213. DOS     ListPrefix        @
  214. DOS     Add               PKPAK -oct -a %a %f %l
  215. DOS     Extract           XARC /o %a %f
  216. DOS     Extract_WithPaths XARC /o %a %f
  217. DOS     View              PKPAK -v %a %f %l
  218. DOS     Delete            PKPAK -d %a %f %l
  219. DOS     Update            PKPAK -oct -u %a %f %l
  220. DOS     Test              PKUNPAK -t %a
  221. OS2     Add               ARC2 a5 %a %f
  222. OS2     Extract           ARC2 xw %a %f
  223. OS2     View              ARC2 l %a %f
  224. End Archiver
  225.  
  226. Archiver NoGate Consulting's Pak 2.51
  227.         Extension          PAK
  228.         Ident              -2,fe
  229.         ListPrefix         @
  230.         Add                PAK A /P %a %f %l
  231.         Add_RecurseDirs    PAK A /P /I %a %f %l
  232.         Move               PAK M /P %a %f %l
  233.         Move_RecurseDirs   PAK M /P /I %a %f %l
  234.         Extract            PAK E %a %f %l
  235.         View               PAK V %a %f %l
  236.         Delete             PAK D /P %a %f %l
  237.         AddComment         PAK H %a <%f
  238.         Freshen            PAK F /P %a %f %l
  239.         Update             PAK U /P %a %f %l
  240.         Update_RecurseDirs PAK U /P /I %a %f %l
  241.         Test               PAK T %a
  242. End Archiver
  243.  
  244. Archiver NoGate Consulting's Pak 2.51 SFX
  245.         Extension          EXE
  246.         Ident              0,4d5ad3000e00060020007900ffff8e0180070000e10900003e0000000100fb306a7200000000000000000000000000000000000000000000000000000000a605
  247.         ListPrefix         @
  248.         Add                PAK A /P %a %f %l
  249.         Add_RecurseDirs    PAK A /P /I %a %f %l
  250.         Move               PAK M /P %a %f %l
  251.         Move_RecurseDirs   PAK M /P /I %a %f %l
  252.         Extract            PAK E %a %f %l
  253.         View               PAK V %a %f %l
  254.         Delete             PAK D /P %a %f %l
  255.         AddComment         PAK H %a <%f
  256.         Freshen            PAK F /P %a %f %l
  257.         Update             PAK U /P %a %f %l
  258.         Update_RecurseDirs PAK U /P /I %a %f %l
  259.         Test               PAK T %a
  260. End Archiver
  261.  
  262. Archiver Jonas Hammarberg's Squeeze It
  263.         Extension          SQZ
  264.         Ident              2,53515a
  265.         Add                SQZ a -q0p3 %a %f
  266.         Add_WithPaths      SQZ a -q0p0 %a %f
  267.         Add_RecurseDirs    SQZ a -q0p0s %a %f
  268.         Extract            SQZ e -p0 %a %f
  269.         Extract_WithPaths  SQZ x -p0 %a %f
  270.         View               SQZ v %a %f
  271.         Delete             SQZ d %a %f
  272.         AddComment         SQZ c %a %f
  273.         Update             SQZ u -q0p3 %a %f
  274.         Update_WithPaths   SQZ u -q0p0 %a %f
  275.         Update_RecurseDirs SQZ u -q0p0s %a %f
  276.         Test               SQZ t %a
  277. End Archiver
  278.  
  279. Archiver JPEG (DVPEG)
  280.         Extension       JPG
  281.         Ident           0,ffd8ff
  282.         View            DVPEG %a -
  283. End Archiver
  284.  
  285. Archiver JPEG (DVPEG)
  286.         Extension       JPG
  287.         Ident           0,68736931
  288.         View            DVPEG %a -
  289. End Archiver
  290.  
  291. Archiver GIF (DVPEG)
  292.         Extension       GIF
  293.         Ident           0,474946
  294.         View            DVPEG %a -
  295. End Archiver
  296.